home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / mozapps / downloads / downloads.css < prev    next >
Cascading Style Sheet File  |  2010-01-26  |  4KB  |  173 lines

  1. #downloadManager {
  2.   background-color: #DADCE4;
  3. }
  4.  
  5. /* Download View */
  6. #downloadView {
  7. margin: 10px 10px 0px 10px;
  8. -moz-appearance: none;
  9. -moz-user-focus: normal;
  10. border: 2px solid;
  11. -moz-border-radius: 5px;
  12. -moz-border-top-colors:#969595 #c1c0bf;
  13. -moz-border-bottom-colors:#d6d5d4 #e0dfde;
  14. -moz-border-left-colors:#bbbab9 #dcdbda;
  15. -moz-border-right-colors:#bcbbba #dcdbda;
  16. background-image: url("chrome://mozapps/skin/downloads/kget.png");
  17. background-color: #ffffff;
  18. background-attachment: fixed;
  19. background-repeat: no-repeat;
  20. background-position: 90% 85%;
  21. }
  22.  
  23. #downloadView:focus {
  24. -moz-border-top-colors:#2f75c5 #789bc3;
  25. -moz-border-bottom-colors:#3278c7 #88abd3;
  26. -moz-border-left-colors:#3177c6 #86a8d1;
  27. -moz-border-right-colors:#3278c7 #86a8d1;
  28. }
  29.  
  30. /* Download View Items */
  31. richlistitem[type="download"] {
  32. padding: 13px 10px 13px 13px;
  33. min-height: 25px;
  34. border:2px solid transparent;
  35. /*border-bottom: 2px solid; 
  36. -moz-border-bottom-colors:#C0C0C0 #ffffff;*/
  37. }
  38.  
  39. richlistitem[type="download"]:hover {
  40. /* background: #d9e8f6 url("chrome://mozapps/skin/downloads/downloadHover.png") top left repeat-x; */
  41. background: -moz-linear-gradient(top, #deeefe, #ccdae7);
  42. color: #000000;
  43. border: 2px solid;
  44. -moz-border-radius: 3px;
  45. -moz-border-top-colors:#cce1f6 #e7f3fe;
  46. -moz-border-bottom-colors:#cadef2 #e3eef8;
  47. -moz-border-left-colors:#cbe0f4 #e5f1fb;
  48. -moz-border-right-colors:#cadff3 #e5f0fb;
  49. }
  50.  
  51. richlistitem[type="download"][selected="true"] {
  52. /* background: #4899ea url("chrome://mozapps/skin/downloads/downloadSelected.png") top left repeat-x; */
  53. background: -moz-linear-gradient(top, #68b4fd, #5190cf);
  54. color: #ffffff;
  55. border: 2px solid;
  56. -moz-border-radius: 3px;
  57. -moz-border-top-colors:#418bd4 #89c3fd;
  58. -moz-border-bottom-colors:#418bd4 #71a8df;
  59. -moz-border-left-colors:#418bd4 #7fb9f1;
  60. -moz-border-right-colors:#418bd4 #7ab3ea;
  61. }
  62.  
  63. richlistitem[type="download"] .name {
  64. font-size: 100%;
  65. font-weight:bold;
  66. }
  67.  
  68. richlistitem[type="download"] .dateTime {
  69. font-size: smaller;
  70. }
  71.  
  72. .mini-button {
  73.   -moz-appearance: none !important;
  74.   list-style-image: url(chrome://mozapps/skin/downloads/downloadButtons.png);
  75.   background: none !important;
  76.   border: none !important;
  77.   padding: 0;
  78.   margin: 0;
  79.   min-width: 0;
  80.   min-height: 0;
  81. -moz-border-image: none !important;
  82. }
  83.  
  84. .mini-button > .button-box {
  85.   -moz-appearance: none !important;
  86.   background: none !important;
  87.   border: none !important;
  88.   padding: 0 !important;
  89.   padding-left: 4px !important;  
  90. }
  91.  
  92. .cancel {
  93.   -moz-image-region: rect(0px, 32px, 16px, 16px);
  94. }
  95. .cancel:hover {
  96.   -moz-image-region: rect(16px, 32px, 32px, 16px);
  97. }
  98. .cancel:active {
  99.   -moz-image-region: rect(32px, 32px, 48px, 16px);
  100. }
  101. .cancel[disabled="true"] {
  102.   -moz-image-region: rect(48px, 32px, 64px, 16px);
  103. }
  104. .pause {
  105.   -moz-image-region: rect(0px, 48px, 16px, 32px);
  106. }
  107. .pause:hover {
  108.   -moz-image-region: rect(16px, 48px, 32px, 32px);
  109. }
  110. .pause:active {
  111.   -moz-image-region: rect(32px, 48px, 48px, 32px);
  112. }
  113. .pause[disabled="true"] {
  114.   -moz-image-region: rect(48px, 48px, 64px, 32px);
  115. }
  116. .resume {
  117.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  118. }
  119. .resume:hover {
  120.   -moz-image-region: rect(16px, 16px, 32px, 0px);
  121. }
  122. .resume:active {
  123.   -moz-image-region: rect(32px, 16px, 48px, 0px);
  124. }
  125. .resume[disabled="true"] {
  126.   -moz-image-region: rect(48px, 16px, 64px, 0px);
  127. }
  128. .retry {
  129.   -moz-image-region: rect(0px, 64px, 16px, 48px);
  130. }
  131. .retry:hover {
  132.   -moz-image-region: rect(16px, 64px, 32px, 48px);
  133. }
  134. .retry:active {
  135.   -moz-image-region: rect(32px, 64px, 48px, 48px);
  136. }
  137. .retry[disabled="true"] {
  138.   -moz-image-region: rect(48px, 64px, 64px, 48px);
  139. }
  140.  
  141. .blockedIcon {
  142.   list-style-image: url(chrome://global/skin/icons/alert-error.png);
  143. }
  144.  
  145. /* prevent flickering when changing states */
  146. .downloadTypeIcon {
  147.   min-height: 32px;
  148.   min-width: 32px;
  149. }
  150.  
  151. #clearListButton {
  152.   min-height: 0;
  153.   min-width: 0;
  154.   margin-top: 3px;
  155. }
  156.  
  157. /* Download Manager Command Bar */
  158.  
  159. #clearListButton {
  160.   -moz-user-focus: ignore;
  161.   list-style-image: url("chrome://mozapps/skin/downloads/eraser.png");
  162. margin:5px;
  163. }
  164.  
  165. #clearListButton .button-icon {
  166.   margin: 0px 5px 0px 0px !important;
  167. }
  168.  
  169. #clearListButton[disabled="true"] {
  170.   list-style-image: url("chrome://mozapps/skin/downloads/eraser.png");
  171.   opacity: 0.6 !important;
  172.  
  173. }